home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw304.zip / NOSGAS.ZIP / REMOTE.BAT < prev    next >
DOS Batch File  |  1992-12-30  |  339b  |  13 lines

  1. REM =============                                   NOSview [301]
  2. REM N:\REMOTE.BAT
  3. REM =============
  4.  
  5. REM    This DOS batch file puts NOS in an endless loop, and is
  6. REM    intended for use in a remote location.
  7. REM    Thus if NOS is exited for any reason, it is automatically
  8. REM    restarted.
  9.  
  10. :loop
  11.    STARTNOS
  12.    GOTO loop
  13.